2008-07-07 Michael Natterer <mitch@imendio.com>
* gtk/gtkfilesystem.c: include the two needed headers instead of
<gtk/gtk.h>.
svn path=/trunk/; revision=20804
+2008-07-07 Michael Natterer <mitch@imendio.com>
+
+ * gtk/gtkfilesystem.c: include the two needed headers instead of
+ <gtk/gtk.h>.
+
2008-07-06 Matthias Clasen <mclasen@redhat.com>
Bug 528845 – segv from GtkBuilder on attempting <accelerator> under
#include <string.h>
-#include <gtk/gtk.h>
#include <glib/gi18n.h>
+#include "gtkfilechooser.h"
#include "gtkfilesystem.h"
+#include "gtkicontheme.h"
#include "gtkprivate.h"
#include "gtkalias.h"